From: jrb44@plym.cl.cam.ac.uk Date: Wed, 28 Sep 2005 13:29:35 +0000 (+0100) Subject: Changed -xen x86-32 defconfig CONFIG_EXT2_FS=y X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16769^2~16^2~17^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=31c338e4c2209afe31e0665e4b1b57bdb1a874e8;p=xen.git Changed -xen x86-32 defconfig CONFIG_EXT2_FS=y Was previously a module, caused LTP test sysfs01 to fail. Compiling in to the kernel brings this in to line with our own -xen x86-64 kernel and vendor kernels. Signed-off-by: James Bulpin --- diff --git a/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 b/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 index a0f20e82b3..9321cfb0cf 100644 --- a/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 @@ -2684,7 +2684,7 @@ CONFIG_ACPI_SYSTEM=y # # File systems # -CONFIG_EXT2_FS=m +CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y